home *** CD-ROM | disk | FTP | other *** search
/ 1Shareware Extravaganza - Disc 2 / Shareware Extravaganza - Over 25,000 Programs (The Ultimate Shareware Company)(Disc 2 of 4)(1993).iso / hamcd / ohms.doc < prev    next >
Text File  |  1990-10-14  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                              Ohms Law Calculations
  8.           
  9.                                   VERSION 1.1
  10.           
  11.           
  12.          This program takes the 12 basic Ohm's Law expressions and
  13.          allows you to calculate Watts, Ohms, Volts, and Amperes with
  14.          any 2 known values.
  15.           
  16.          You may enter a number of up to 6 digits.  The output will be
  17.          calculated to the nearest 1/100TH.
  18.           
  19.          The expressions used to calculate are as follows:
  20.           
  21.                   TO OBTAIN WATTS:
  22.           
  23.           1.  (E SQUARED), DIVIDED BY R;
  24.           
  25.           2.  (I SQUARED), MULT BY R;
  26.           
  27.           3.  E MULT BY I;
  28.           
  29.           
  30.           
  31.                   TO OBTAIN OHMS:
  32.           
  33.           4.  (E SQUARED), DIVIDED BY W;
  34.           
  35.           5.  W, DIVIDED BY (I SQUARED);
  36.           
  37.           6.  E, DIVIDED BY I;
  38.           
  39.           
  40.                  TO OBTAIN VOLTS:
  41.           
  42.           7.  I MULT BY R;
  43.           
  44.           8.  W DIVIDED BY I;
  45.           
  46.           9.  SQUARE ROOT OF (W, MULT BY R);
  47.           
  48.           
  49.                  TO OBTAIN AMPS:
  50.           
  51.          10.  E, DIVIDED BY R;
  52.           
  53.          11.  SQUARE ROOT OF (W, DIVIDED BY R);
  54.           
  55.          12.  W, DIVIDED BY E;
  56.           
  57.           
  58.           
  59.          WHERE E = VOLTS; I = AMPS; R = OHMS; W = WATTS.
  60.           
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.          The Program is completley menu driven, additional
  74.          documentation should not be necessary.
  75.           
  76.          To give you a example, start the program at the DOS prompt by
  77.          typing "Ohms" and press the Enter key.  A brief version and
  78.          description screen will be displayed.
  79.           
  80.          Let's say you want to know how many Amps an electric heater
  81.          draws.  You know how many Watts it consumes, as well as the
  82.          operating voltage.
  83.           
  84.          At the MAIN MENU, press "4", and at the SUB-MENU press "3",
  85.          to calculate Amps when the Watts and Volts are known.
  86.           
  87.          Enter the value for Watts.  For our example, lets say 1200
  88.          Watts.  Next enter the value for Volts.  Let us assume 120
  89.          Volts.
  90.           
  91.          The program will take the correct expression and calculate
  92.          the Amps.  For this example, the expression = W, Div by E.
  93.          1200 Watts, Divided by 120 Volts = 10.00 Amps.
  94.           
  95.          You may calculate another similar value, return to the sub-
  96.          menu, or return to the main menu to calculate a different
  97.          value, or quit the program.
  98.           
  99.          Please notice the result is for DC or AC resistive circuits.
  100.          Also for AC circuits, the results are for single phase
  101.          circuits.
  102.           
  103.          You are free to copy and distribute the program as long as
  104.          you do so by copying the program and documentation together
  105.          without alteration, and without charge.  If you find the
  106.          program useful, a contribution would be appreciated.
  107.           
  108.          The author assumes no responsibility for inaccuracies
  109.          obtained from using the for-mentioned program.
  110.           
  111.          Please report any problems to the author.
  112.           
  113.           
  114.          C. Eldridge
  115.          C/O NAPCO SCIENTIFIC CO.
  116.          PO BOX 1000
  117.          TUALATIN, OR. 97062-1000                     87-04-17
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.